home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr09 / fgc2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-06-26  |  312b  |  22 lines

  1. echo off
  2. cls
  3. if %1.==. goto miss
  4. if %2.==. goto miss
  5. md %1%2
  6. copy *.exe %1%2
  7. %1
  8. cd %2
  9. pcodes
  10. fgc
  11. goto done
  12. :miss
  13. echo MISSING Parameters!!!
  14. echo.
  15. echo INSTALL {drive} {path}
  16. echo.
  17. echo Example:
  18. echo          INSTALL C: \FGC
  19. echo.
  20. echo Thier must be a space between the drive and path.
  21. :done
  22.